Skip to content

Add support for new FFI APIs for certificate creation - #159

Closed
arckoor wants to merge 1 commit into
randombit:masterfrom
arckoor:x509-ffi
Closed

Add support for new FFI APIs for certificate creation#159
arckoor wants to merge 1 commit into
randombit:masterfrom
arckoor:x509-ffi

Conversation

@arckoor

@arckoor arckoor commented Jul 15, 2025

Copy link
Copy Markdown
Contributor

Implements the things exposed in randombit/botan#4877

Comment thread botan/src/x509_cert.rs
Comment on lines +433 to +459
pub fn verify_with_crl(
&self,
intermediates: &[&Certificate],
trusted: &[&Certificate],
trusted_path: Option<&str>,
hostname: Option<&str>,
reference_time: Option<u64>,
crls: &[&CRL],
) -> Result<CertValidationStatus> {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If breaking changes are ok, I would replace verify instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant